negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
Class WeightHypothesis

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.Hypothesis
      extended by negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.WeightHypothesis

public class WeightHypothesis
extends Hypothesis

Author:
Colin Williams

Constructor Summary
WeightHypothesis()
           
 
Method Summary
 double getWeight()
           
 void setWeight(double weight)
           
 java.lang.String toString()
           
 
Methods inherited from class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.Hypothesis
getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightHypothesis

public WeightHypothesis()
Method Detail

setWeight

public void setWeight(double weight)

getWeight

public double getWeight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object